|
ObjectiveLib
1.0.0
|
A function object for assessing equality. More...
#import <ObjectiveLib/Functional.h>

Public Member Functions | |
| (BOOL) | - performBinaryFunctionWithArg:andArg: |
| Compare arg1 to arg2 and return whether they are equal. | |
A function object for assessing equality.
The object compares two objects a returns a boolean value indicating equality.
| - (BOOL) performBinaryFunctionWithArg: | (id) | arg1 | |
| andArg: | (id) | arg2 | |
Compare arg1 to arg2 and return whether they are equal.
isEqualTo:.| arg1 | the first object |
| arg2 | the second object |
Reimplemented from <OLBoolBinaryFunction>.
|